home *** CD-ROM | disk | FTP | other *** search
/ Champak 54 / Vol 54.iso / games / totallys.swf / scripts / frame_10 / PlaceObject2_145_130 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Encoding:
Text File  |  2007-09-28  |  668 b   |  32 lines

  1. onClipEvent(enterFrame){
  2.    if(_root.point >= 3000)
  3.    {
  4.       _root.mempoints = _root.point;
  5.       _root.memsc = _root.sc;
  6.       _root.score.gotoAndStop("noscore");
  7.       _root.init = 1;
  8.       _root.gotoAndPlay("level2");
  9.    }
  10.    else if(_root.fin == 1)
  11.    {
  12.       _root.mempoints = _root.point;
  13.       _root.gotoAndStop("endl01");
  14.    }
  15.    if(_root.b == 1)
  16.    {
  17.       _root.memgun = _root.canon._y;
  18.       _root.canon._y += 10;
  19.       j = 1;
  20.       if(_root.nmax >= j)
  21.       {
  22.          ┬º┬ºpush(_root["popc" + j].pophit);
  23.          ┬º┬ºpush(1);
  24.          ┬º┬ºpush(_root.cible);
  25.       }
  26.       else
  27.       {
  28.          _root.b = 0;
  29.       }
  30.    }
  31. }
  32.